|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.ForecastArgument
An argument to a ForecastDefinition. An argument consists of a keyword-value pair. A keyword is represented by a ForeCastKeyWord and the value for the keyword is represented by a ForecastArgumentValue.
For a list of the forecast argument keywords, their valid values, and descriptions of them, see Forecast Argument Keywords and Values.
ForecastDefinition| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
ForecastArgument(BaseObject input)Creates a ForecastArgument for the specified ForecastDefinition. |
|
| Method Summary | |
ForecastArgumentValue |
getForecastArgumentValue()Gets the ForecastArgumentValue for the ForecastArgument. |
ForeCastKeyWord |
getForecastKeyWord()Gets the ForeCastKeyWord associated with the ForecastArgument. |
void |
setForecastArgumentValue(ForecastArgumentValue input)Specifies the ForecastArgumentValue for the ForecastArgument. |
void |
setForecastKeyWord(ForeCastKeyWord input)Specifies the ForeCastKeyWord for the ForecastArgument. |
void |
setForecastKeyWord(java.lang.String input)Specifies the forecast argument keyword for the ForecastArgument. |
java.lang.String |
WriteToXML()Gets an XML representation of the ForecastArgument. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ForecastArgument(BaseObject input)
ForecastArgument for the specified ForecastDefinition.input - The ForecastDefinition to own the new ForecastArgument.| Method Detail |
public java.lang.String WriteToXML()
ForecastArgument.String that represents the ForecastArgument.public ForeCastKeyWord getForecastKeyWord()
ForeCastKeyWord associated with the ForecastArgument.ForeCastKeyWord for the ForecastArgument.public void setForecastKeyWord(ForeCastKeyWord input)
ForeCastKeyWord for the ForecastArgument.input - The ForeCastKeyWord for the ForecastArgument.public void setForecastKeyWord(java.lang.String input)
ForecastArgument. For a list of the forecast argument keywords, see Forecast Argument Keywords and Values.input - A String that specifies the forecast argument keyword.public void setForecastArgumentValue(ForecastArgumentValue input)
ForecastArgumentValue for the ForecastArgument.input - The ForecastArgumentValue the ForecastArgument.public ForecastArgumentValue getForecastArgumentValue()
ForecastArgumentValue for the ForecastArgument.ForecastArgumentValue for the ForecastArgument.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||